home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Drivers / Fd / README < prev    next >
Text File  |  1995-12-31  |  2KB  |  37 lines

  1. This is an Fd driver that reflects some work I did in 1982. Back then
  2. people laughed at how inefficient it was. Well, now it is my turn to
  3. laugh because this is the only way to do this now that NeXT has taken
  4. 4.4isms and put them incompletly into NS3.3.
  5.  
  6. Mwahahahahahahahahahaaaa!!!!
  7.  
  8. In order to get around this problem of not taking the new features in their
  9. entirety, the fd driver has one (of several?) limits, one can not `dup' the
  10. same descriptor (ie: echo mama >/dev/stdout), but you UNIX gurus can figure out
  11. that isn't a major limit at all (except for test suites, like Test.sh).
  12.  
  13. If you don't know what an Fd driver is, you don't need it (maybe I sound a
  14. bit too cocky, sorry, but that doesn't alter the statement). If you think that
  15. an fd is a Floppy Disk, well, get mad at UNIX minimalism, it is really a
  16. File Descriptor.
  17.  
  18. To install this package, run `make install' as root, then run the Configure.app
  19. to add it to your system. This driver only makes the first 16 File
  20. Descriptors, we have found a bug in NS3.3 patched that when you do a
  21. `/usr/etc/mknod /dev/fd/16 c 1 16', the system panics and leaves a mouse
  22. dropping in the file system that will cause subsequent panics for backups. May
  23. Gohd have mercy on my current soul (see clri README). You can increase the
  24. number of file descriptors in the PostLoader if you feel comfortable that
  25. your system configuration stays away from the dangerous character major
  26. numbers such as above.
  27.  
  28. Any problems, be sure to email me at mark@bohica.net. If you like this
  29. driver, contact me to renumerate me for my efforts. You will no doubt
  30. appreciate my Mux Serial Driver or the ScanFx Colour Scanner driver, so you
  31. should like this one.
  32.  
  33. Look forward to the Reveal TV-500 TV in a window driver (or rather, wish me
  34. luck) when time prevails ...
  35.  
  36. Yours Truly -- Mark Salyzyn
  37.